home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / falcon / jpeg5abn / rdjpgcom.1 < prev    next >
Text File  |  1995-04-27  |  1KB  |  45 lines

  1. RDJPGCOM(1)              USER COMMANDS                RDJPGCOM(1)
  2.  
  3.  
  4.  
  5. NAME
  6.      rdjpgcom - display text comments from a JPEG file
  7.  
  8. SYNOPSIS
  9.      rdjpgcom [ -verbose ] [ _f_i_l_e_n_a_m_e ]
  10.  
  11. DESCRIPTION
  12.      rdjpgcom reads the named JPEG/JFIF  file,  or  the  standard
  13.      input  if  no  file  is  named, and prints any text comments
  14.      found in the file on the standard output.
  15.  
  16.      The JPEG standard allows "comment"  (COM)  blocks  to  occur
  17.      within  a JPEG file.  Although the standard doesn't actually
  18.      define what COM blocks are for, they are widely used to hold
  19.      user-supplied  text strings.  This lets you add annotations,
  20.      titles, index terms, etc  to  your  JPEG  files,  and  later
  21.      retrieve them as text.  COM blocks do not interfere with the
  22.      image stored in the JPEG file.  The maximum size  of  a  COM
  23.      block  is  64K, but you can have as many of them as you like
  24.      in one JPEG file.
  25.  
  26. OPTIONS
  27.      -verbose
  28.           Causes rdjpgcom to also display the JPEG  image  dimen-
  29.           sions.
  30.  
  31.      Switch names may be abbreviated, and are not case sensitive.
  32.  
  33. HINTS
  34.      rdjpgcom does not depend  on  the  IJG  JPEG  library.   Its
  35.      source  code  is  intended as an illustration of the minimum
  36.      amount  of  code  required  to  parse  a  JPEG  file  header
  37.      correctly.
  38.  
  39. SEE ALSO
  40.      cjpeg(1), djpeg(1), wrjpgcom(1)
  41.  
  42. AUTHOR
  43.      Independent JPEG Group
  44.  
  45.